home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / gg / tcpbug.lha / tcpbug / README next >
Encoding:
Text File  |  1997-04-13  |  1.2 KB  |  55 lines

  1.         -*- text -*-
  2.  
  3.  
  4. WHAT IS THIS?
  5.  
  6. This is version 0.6 of tcputils, a collection of programs to
  7. facilitate TCP programming in shell-scripts.  There is also a
  8. small library which makes it somewhat easier to create TCP/IP
  9. sockets.
  10.  
  11. The latest released version can be found by anonymous FTP to
  12.     ftp.lysator.liu.se:pub/unix/tcputils/
  13. (or at URL:ftp://ftp.lysator.liu.se/pub/unix/tcputils/ if you
  14. like that syntax better).
  15. I myself can be reached by email to bellman@lysator.liu.se.
  16.  
  17.  
  18. The programs included in this release are:
  19.  
  20.     mini-inetd    - small TCP/IP connection dispatcher
  21.     tcpbug    - TCP/IP connection bugging device
  22.     tcpconnect    - general TCP/IP client
  23.     tcplisten    - general TCP/IP server
  24.     getpeername    - get name of connected TCP/IP peer
  25.  
  26.  
  27.  
  28. BUILDING AND INSTALLING
  29.  
  30. Read the file INSTALL for instructions.
  31.  
  32.  
  33.  
  34. COPYRIGHT
  35.  
  36. These programs are released into the public domain.  You may do
  37. anything you like with them, including modifying them and selling
  38. the binaries without source for ridiculous amounts of money without
  39. saying who made them originally.
  40.  
  41. However, I would be happy if you release your works with complete
  42. source for free use.
  43.  
  44.  
  45.  
  46. WARRANTY
  47.  
  48. You're kidding?  You use it, you take the responsibility.
  49.  
  50.  
  51.  
  52. Local variables:
  53. fill-column: 65
  54. End:
  55.